home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 4
/
Amiga Tools 4.iso
/
grafix
/
tools
/
xipaintmodule
/
hhsxipaintloader.rx
next >
Wrap
Text File
|
1996-02-26
|
884b
|
23 lines
/* ARexx script: Needed only to access hhsxipaintmod.xio from old versions */
/* of XiPaint (3.0 and 3.1). To use hhsxipaintmod.xio this script should */
/* be located in the XiPaint/Makro or XiPaint/makros subdirectory. */
/* The loader module should be located in the XiPaint main directory. */
/* For newer XiPaint versions (3.2 and higher) you don't need this */
/* script any more; instead just copy the hhsxipaintmod.xio module */
/* into the XiPaint/Modules subdirectory */
address command
if EXISTS('/modules/hhsxipaintmod.xio')=1 then xiopath='/modules/'
else if EXISTS('modules/hhsxipaintmod.xio')=1 then xiopath='modules/'
else if EXISTS('hhsxipaintmod.xio')=1 then xiopath=''
else if EXISTS('/hhsxipaintmod.xio')=1 then xiopath='/'
else do
say "No hhsxipaintmod.xio found!"
exit
end
xiopath'hhsxipaintmod.xio load request "Select file to load:"'